home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / music / wdemo201.arj / DRM.IN_ / DRM.bin
Text File  |  1994-02-18  |  21KB  |  447 lines

  1. ; $Revision:   1.13  $
  2. ; $Date:   18 Feb 1994 18:07:18  $
  3.  
  4. [WinCake]
  5.  
  6. [Recent Files List]
  7.  
  8. [Track View]
  9.  
  10. [Event View]
  11.  
  12. [Piano-roll View]
  13.  
  14. [Controllers View]
  15.  
  16. [Staff View]
  17.  
  18. [Comments View]
  19.  
  20. [Tempo View]
  21.  
  22. [Meter View]
  23.  
  24. [Sysx View]
  25.  
  26. [CAL View]
  27.  
  28. [Markers View]
  29.  
  30. [Dump Request Macros]
  31. ;
  32. ; NOTE: Many of these have been donated by customers.  We have not been able
  33. ; to test all of them, because in many cases we do not have the instrument.
  34. ;
  35. ; Each Dump Request Macro must be on a single line.  Each line must be
  36. ; of the format:
  37. ;
  38. ;       <name>=F0 <data> F7 [n<num buffers>] [s<size buffers>]
  39. ;
  40. ; <name> is the name that appears in the Cakewalk menu of DRM choices.
  41. ; You may want to follow our "ellipses" convention:  If your request
  42. ; macro will require the user to input something, place "..." after
  43. ; the name.  E.g., "FB-01 Configuration...".
  44. ;
  45. ;    Note: DRM names can be enclosed in quotes like DOS CAKEWALK.SXT.
  46. ;    The = sign must be added, however, for Cakewalk for Windows.
  47. ;
  48. ; <data> is any series of bytes notated in hexadecimal.
  49. ;
  50. ; Last are two optional items for setting the number and size of buffers
  51. ; to be allocated to receive the sysx message.  For example, appending
  52. ; n4 s32000 would allocate 4 buffers of 32000 bytes each.  These correspond
  53. ; to and override the SysxReceiveBuffers and SysxReceiveBuffersSize values
  54. ; that may be set in TTSSEQ.INI.  Some devices may require preallocation
  55. ; of a different number and/or size of receive buffers.
  56. ;
  57. ; Note that normal MIDI data bytes must have the high bit clear: i.e.,
  58. ; must be < 128d, 80h.  Since values >= 128 can never be part of a System
  59. ; Exclusive message, we can use some of them as special "opcodes"....
  60. ;
  61. ; OPCODES:  Special <data> values that are not sent:
  62. ;
  63. ;  FC : Arithmetic-OR of next two bytes.  The next two bytes--or results
  64. ;       of other opcodes--are OR'd together and the result is sent.
  65. ;  FD : Prompt user to "Input Channel/Unit"; send what they input.
  66. ;  FE : Prompt user to "Input Patch Number"; send what they input.
  67. ;
  68.  
  69. ;; 8x8 Midi Patcher Courtesy of Bob Camp
  70. 360 Systems 8x8 Midi Patcher Bulk Dump=F0 00 00 1C 01 00 F7
  71.  
  72. ;; Quadraverb Courtesy of Chris Connell
  73. Alesis Quadraverb All Presets=F0 00 00 0E 02 03 65 F7
  74. Alesis Quadraverb Edit Buffer=F0 00 00 0E 02 03 64 F7
  75. Alesis Quadraverb Single Preset...=F0 00 00 0E 02 03 FE F7
  76.  
  77. ;; CZ-1000 Courtesy of Steve Quinlan
  78. Casio CZ-1000 Current Voice-Channel 1=F0 44 00 00 70 10 60 71 31 F7
  79. Casio CZ-1000 Current Voice-Channel 2=F0 44 00 00 71 10 60 71 31 F7
  80.  
  81. ;; MX-8 Courtesy of Jim Kometani
  82. Digital Music MX-8 Current Setup...=F0 00 00 07 FD 02 F7
  83. Digital Music MX-8 All Setups...=F0 00 00 07 FD 03 F7
  84.  
  85. ;; Proteus Courtesy of Bob Camp
  86. E-mu Proteus All User Presets=F0 18 04 00 00 7F 7F F7
  87. E-mu Proteus All Factory Presets=F0 18 04 00 00 7E 7F F7
  88. E-mu Proteus Tuning Table=F0 18 04 00 04 F7
  89. E-mu Proteus Program Map=F0 18 04 00 06 F7
  90. E-mu Proteus Master Settings=F0 18 04 00 08 F7
  91. E-mu Proteus 1 Patch From First 128...=F0 18 04 00 00 FE 00 F7
  92. E-mu Proteus 1 Patch From Next 128...=F0 18 04 00 00 FE 01 F7
  93.  
  94. ;; VFXsd and SQ-1 Courtesy of Tim Godfrey
  95. ;; These DRMs will also work with the VFX v2.1.
  96. Ensoniq VFXsd Current Program...=F0 0F 05 00 FD 00 00 05 F7
  97. Ensoniq VFXsd Current Preset...=F0 0F 05 00 FD 00 00 06 F7
  98. Ensoniq VFXsd Multi A&B/Track Parameters...=F0 0F 05 00 FD 00 00 07 F7
  99. Ensoniq VFXsd INT Program Bank...=F0 0F 05 00 FD 00 00 09 F7
  100. Ensoniq VFXsd INT Preset Bank...=F0 0F 05 00 FD 00 00 0A F7
  101. Ensoniq VFXsd Current Sequence...=F0 0F 05 00 FD 00 00 0D F7
  102. Ensoniq VFXsd All Sequences...=F0 0F 05 00 FD 00 00 0E F7
  103. Ensoniq VFXsd All Data...=F0 0F 05 00 FD 00 00 08 F7
  104.  
  105. Ensoniq SQ-1 Current Program...=F0 0F 06 00 FD 00 00 01 F7
  106. Ensoniq SQ-1 Internal Programs...=F0 0F 06 00 FD 00 00 02 F7
  107.  
  108. ;; ESQ-1 Courtesy of Mark Moulding
  109. Ensoniq ESQ-1 Current Program...=F0 0F 02 FD 09 F7
  110. Ensoniq ESQ-1 All Programs...=F0 0F 02 FD 0A F7
  111.  
  112.  
  113. Kawai K1 1 Int Patch...=F0 40 FD 00 00 03 00 FE F7
  114. Kawai K1 1 Ext Patch...=F0 40 FD 00 00 03 01 FE F7
  115. Kawai K1 All Int Single I,E...=F0 40 FD 01 00 03 00 00 F7
  116. Kawai K1 All Int Single i,e...=F0 40 FD 01 00 03 00 20 F7
  117. Kawai K1 All Int Multi...=F0 40 FD 01 00 03 00 40 F7
  118. Kawai K1 All Ext Single I,E...=F0 40 FD 01 00 03 01 00 F7
  119. Kawai K1 All Ext Single i,e...=F0 40 FD 01 00 03 01 20 F7
  120. Kawai K1 All Ext Multi...=F0 40 FD 01 00 03 01 40 F7
  121.  
  122. ;; K4 Courtesy of Christopher Moreno
  123. Kawai K4 All Int=F0 40 00 02 00 04 00 00 F7
  124. Kawai K4 All Ext=F0 40 00 02 00 04 02 00 F7
  125. Kawai K4 1 Int Single/Multi...=F0 40 00 00 00 04 00 FE F7
  126. Kawai K4 1 Ext Single/Multi...=F0 40 00 00 00 04 02 FE F7
  127. Kawai K4 1 Int Effect...=F0 40 00 00 00 04 01 FE F7
  128. Kawai K4 1 Ext Effect...=F0 40 00 00 00 04 03 FE F7
  129. Kawai K4 All Int Singles=F0 40 00 01 00 04 00 00 F7
  130. Kawai K4 All Ext Singles=F0 40 00 01 00 04 02 00 F7
  131. Kawai K4 All Int Multis=F0 40 00 01 00 04 00 40 F7
  132. Kawai K4 All Ext Multis=F0 40 00 01 00 04 02 40 F7
  133. Kawai K4 All Int Effects=F0 40 00 01 00 04 01 00 F7
  134. Kawai K4 All Ext Effects=F0 40 00 01 00 04 03 00 F7
  135. Kawai K4 All Int Drums=F0 40 00 00 00 04 01 20 F7
  136. Kawai K4 All Ext Drums=F0 40 00 00 00 04 03 20 F7
  137.  
  138. ;;Courtesy of  Sergio Blostein
  139. Kawai K5/K5m-M=F0 40 00 01 00 02 01 00 F7
  140. Kawai K5/K5m-M=F0 40 00 01 00 02 00 00 F7
  141. Kawai K11/GMega All (33233 only at User Bank)=F0 40 00 01 00 08 F7
  142. ;;
  143. ;;The next DRM sets fixed values to parameters without returns any byte.
  144. ;;The first input is for section number, the second is for Drum-set number.
  145. ;;
  146. Kawai K11/GMega Drum Set=F0 40 00 10 00 08 08 FC 00 FD 08 FC 00 FD 00 00 04 06 00 01 04 00 01 08 08 00 00 00 01 0A 04 00 04 00 04 00 00 00 07 0F 07 0F 00 00 00 01 00 00 00 00 F7
  147.  
  148. ;; O1/W Courtesy of Larry Poulin
  149. ;; Note that when selecting one program or combination make sure that
  150. ;; combination mode is selected for combination dump and program mode
  151. ;; is selected for program dump on the O1/W.
  152. ;; Also, make certain that the program or combination you want to dump
  153. ;; is selected before you execute dump request.
  154. Korg O1/W All Programs...=F0 42 FC 30 FD 2B 1C 00 F7
  155. Korg O1/W All Combinations...=F0 42 FC 30 FD 2B 1D 00 F7
  156. Korg O1/W All Data (prg,comb,glo,seq)...=F0 42 FC 30 FD 2B 0F 00 F7
  157. Korg O1/W Current Program...=F0 42 FC 30 FD 2B 10 F7
  158. Korg O1/W Current Combination...=F0 42 FC 30 FD 2B 19 F7
  159. Korg O1/W All Sequence...=F0 42 FC 30 FD 2B 18 00 F7
  160. Korg O1/W All Drum Kit Data...=F0 42 FC 30 FD 2B 0D 00 F7
  161.  
  162. ;; DS-8 Courtesy of Peter Glass
  163. Korg DS-8 Voice...=F0 42 FC 30 FD 13 10 F7
  164. Korg DS-8 All Voices...=F0 42 FC 30 FD 13 1C F7
  165. Korg DS-8 Combination...=F0 42 FC 30 FD 13 19 F7
  166. Korg DS-8 All Combinations...=F0 42 FC 30 FD 13 1D F7
  167.  
  168. ;; M-1 Courtesy of Ozzie B. Bostic (with revisions by Pete Halliday)
  169. ;;
  170. ;; Note that when selecting one program or combination make sure that
  171. ;; combination mode is selected for combination dump and program mode
  172. ;; is selected for program dump on the M1.
  173. ;;
  174. ;; Also, make certain that the program or combination you want to dump
  175. ;; is selected before you execute dump request.
  176. Korg M1 All Programs=F0 42 FC 30 FD 19 1C 00 F7 n2 s50000
  177. Korg M1 All Combinations=F0 42 FC 30 FD 19 1D 00 F7 n2 s50000
  178. Korg M1 All Data (prg,comb,glo,seq)=F0 42 FC 30 FD 19 0F 00 F7 n2 s50000
  179. Korg M1 Current Program=F0 42 FC 30 FD 19 10 F7 n2 s50000
  180. Korg M1 Current Combination=F0 42 FC 30 FD 19 19 F7 n2 s50000
  181.  
  182. ;; M1 Sequence Dump Courtesy of Dan Kudo
  183. Korg M1 All Sequence...=F0 42 FC 30 FD 19 18 00 F7 n2 s50000
  184.  
  185. ;;Courtesy of  Sergio Blostein
  186. Korg 707=F0 42 30 11 10 F7
  187. Korg DDD-1=F0 42 30 12 10 F7
  188. Korg M3R Current Comb=F0 42 FC 30 FD 24 19 F7
  189. Korg M3R All Comb=F0 42 FC 30 FD 24 1D 00 F7
  190. Korg M3R Current Program=F0 42 FC 30 FD 24 10 F7
  191. Korg M3R All Programs=F0 42 FC 30 FD 24 1C 00 F7
  192. Korg M3R Drum Kit=F0 42 FC 30 FD 24 0D 00 F7
  193. Korg M3R Global=F0 42 FC 30 FD 24 0E 00 F7
  194. Korg M3R All Data=F0 42 FC 30 FD 24 0F 00 F7
  195.  
  196.  
  197. ;;Courtesy of  Sergio Blostein
  198. Korg T1 All Program A Parameter Request=F0 42 30 19 1C 00 F7
  199. Korg T1 All Program B Parameter Request=F0 42 30 19 1C 01 F7
  200. Korg T1 All Combination Parameter Request=F0 42 30 19 1D 00 F7
  201. Korg T1 All Sequence Data Request=F0 42 30 26 18 00 F7
  202. Korg T1 Global Data Request=F0 42 30 19 0E 00 F7
  203.  
  204. ;; DW-6000 Courtesy of Christopher Moreno
  205. Korg DW-6000 Internal Voice...=F0 42 30 04 10 FE F7
  206.  
  207. ;; T3 Courtesy of Larry Bachtell
  208. Korg T3 All Sequences...=F0 42 FC 30 FD 26 18 00 F7
  209. Korg T3 All Combinations...=F0 42 FC 30 FD 26 1D 00 F7
  210. Korg T3 All Programs...=F0 42 FC 30 FD 26 1C 00 F7
  211. Korg T3 Global Data...=F0 42 FC 30 FD 26 0E 00 F7
  212.  
  213. ;; Wavestation Courtesy of Larry Bachtell
  214. Korg Wavestation RAM1 Patches...=F0 42 FC 30 FD 28 1C 00 F7
  215. Korg Wavestation RAM2 Patches...=F0 42 FC 30 FD 28 1C 01 F7
  216. Korg Wavestation ROM Patches...=F0 42 FC 30 FD 28 1C 02 F7
  217. Korg Wavestation Card Patches...=F0 42 FC 30 FD 28 1C 03 F7
  218. Korg Wavestation RAM1 Performances...=F0 42 FC 30 FD 28 1D 00 F7
  219. Korg Wavestation RAM2 Performances...=F0 42 FC 30 FD 28 1D 01 F7
  220. Korg Wavestation ROM Performances...=F0 42 FC 30 FD 28 1D 02 F7
  221. Korg Wavestation Card Performances...=F0 42 FC 30 FD 28 1D 03 F7
  222. Korg Wavestation RAM1 Wave Seq...=F0 42 FC 30 FD 28 0C 00 F7
  223. Korg Wavestation RAM2 Wave Seq...=F0 42 FC 30 FD 28 0C 01 F7
  224. Korg Wavestation ROM Wave Seq...=F0 42 FC 30 FD 28 0C 02 F7
  225. Korg Wavestation Card Wave Seq...=F0 42 FC 30 FD 28 0C 03 F7
  226. Korg Wavestation System Setup...=F0 42 FC 30 FD 28 0E F7
  227.  
  228. ;; K1000 Plus Courtesy of Jeffrey K. Morris and SoundIdeas Productions
  229. Kurzweil K1000+ RAM Programs...=F0 07 FD 64 03 00 50 00 00 01 F7
  230. Kurzweil K1000+ Master Param Table=F0 07 FD 64 03 00 42 00 00 01 F7
  231. Kurzweil K1000+ System Memory=F0 07 FD 64 03 00 42 00 10 01 F7
  232.  
  233. ;;Courtesy of  Sergio Blostein
  234. Lexicon LXP-1=F0 06 02 30 61 00 F7
  235. Lexicon LXP-5=F0 06 05 30 61 00 F7
  236.  
  237. ;; Matrix 6
  238. Oberheim Matrix 6 All=F0 10 06 04 0  0 F7
  239. Oberheim Matrix 6 Single Patch...=F0 10 06 04 1 FD F7
  240. Oberheim Matrix 6 Split Patch...=F0 10 06 04 2 FD F7
  241. Oberheim Matrix 6 Master Parameters=F0 10 06 04 3  0 F7
  242.  
  243. ;; DPM 3 Courtesy of C. L. Carter
  244. Peavey DPM 3 Current Program=F0 00 00 1B 02 01 00 02 7D F7
  245. Peavey DPM 3 Edit Buffer=F0 00 00 1B 02 01 00 02 7E F7
  246. Peavey DPM 3 All Programs=F0 00 00 1B 02 01 00 02 7F F7
  247. Peavey DPM 3 Program (0-99)...=F0 00 00 1B 02 01 00 02 FE F7
  248. Peavey DPM 3 Current Effect=F0 00 00 1B 02 01 00 05 7D F7
  249. Peavey DPM 3 Edit Buffer Effect=F0 00 00 1B 02 01 05 7E F7
  250. Peavey DPM 3 All Effects=F0 00 00 1B 02 01 00 05 7F F7
  251. Peavey DPM 3 Effect (0-99)...=F0 00 00 1B 02 01 00 05 FE F7
  252. Peavey DPM 3 Sequences=F0 00 00 1B 02 01 00 03 F7
  253. Peavey DPM 3 Globals=F0 00 00 1B 02 01 00 07 F7
  254. Peavey DPM 3 Drum Kits=F0 00 00 1B 02 01 00 09 F7
  255.  
  256. ;;Courtesy of  Sergio Blostein
  257. Roland A-80 Dump Request=F0 41 00 27 11 00 F7
  258.  
  259. Roland MT-32 System Area...=F0 41 FD 16 11 10 00 00 00 00 17 59 F7
  260. Roland MT-32 Patch Memory...=F0 41 FD 16 11 05 00 00 03 00 00 78 F7
  261. Roland MT-32 Timbre Memory...=F0 41 FD 16 11 08 00 00 02 00 00 76 F7
  262.  
  263. ;; D-50 Courtesy of Steve Quinlan
  264. Roland D-50 Current Patch...=F0 41 FD 14 11 00 00 00 00 04 00 7C F7
  265. Roland D-50 Bulk Dump=F0 41 00 14 41 00 00 00 00 03 00 6D F7
  266.  
  267. ;; S-550 Sampler Courtesy of Bob Camp
  268. Roland S-550 Patch 1-16=F0 41 00 1E 11 00 00 00 00 00 00 40 00 40 F7
  269. Roland S-550 Patch 17-32=F0 41 00 1E 11 00 00 40 00 00 00 40 00 00 F7
  270. Roland S-550 Function Parameters=F0 41 00 1E 11 00 01 00 00 00 00 08 00 77 F7
  271. Roland S-550 Midi Parameters=F0 41 00 1E 11 00 02 00 00 00 00 04 00 7A F7
  272. Roland S-550 Tone Parameters=F0 41 00 1E 11 00 03 00 00 00 00 02 00 7B F7
  273.  
  274. ;; D110 Courtesy of Jim Kometani
  275. Roland D-110 Patch/Tone Bank=F0 41 10 16 11 08 00 00 01 00 00 77 F7
  276. Roland D-110 Drumset=F0 41 10 16 11 03 01 10 00 02 54 16 F7
  277. Roland D-110 Timbre Table=F0 41 10 16 11 05 00 00 00 08 00 73 F7
  278. Roland D-110 Current Patch=F0 41 10 16 11 03 00 00 00 01 10 6C F7
  279. Roland D-110 Current Tone=F0 41 10 16 11 04 00 00 00 01 76 05 F7
  280.  
  281. ;; D-20 Courtesy of Matt Boland
  282. Roland D-20 Patches...=F0 41 FD 16 11 07 00 00 00 26 00 53 F7
  283. Roland D-20 Timbers...=F0 41 FD 16 11 05 00 00 00 07 78 7C F7
  284. Roland D-20 Tones...=F0 41 FD 16 11 08 00 00 00 7F 76 03 F7
  285.  
  286. ;; JD-800 Courtesy of Stephen Tapp
  287. Roland JD-800 Single-mode Patch=F0 41 10 3D 11 00 00 00 00 03 00 7D F7
  288. Roland JD-800 Patches (Parts 1-5)=F0 41 10 3D 11 00 10 00 00 0D 1A 49 F7
  289. Roland JD-800 Part 1 Patch=F0 41 10 3D 11 00 10 00 00 02 52 1C F7
  290. Roland JD-800 Part 2 Patch=F0 41 10 3D 11 00 12 52 00 02 52 48 F7
  291. Roland JD-800 Part 3 Patch=F0 41 10 3D 11 00 15 24 00 02 52 73 F7
  292. Roland JD-800 Part 4 Patch=F0 41 10 3D 11 00 17 76 00 02 52 1F F7
  293. Roland JD-800 Part 5 Patch=F0 41 10 3D 11 00 1A 48 00 02 52 4A F7
  294. Roland JD-800 Special Setup Temp=F0 41 10 3D 11 01 00 00 00 2A 02 53 F7
  295. Roland JD-800 System Area=F0 41 10 3D 11 02 00 00 00 00 19 65 F7
  296. Roland JD-800 Part Area=F0 41 10 3D 11 03 00 00 00 00 22 5B F7
  297. Roland JD-800 Special Setup Mem=F0 41 10 3D 11 04 00 00 00 2A 02 50 F7
  298. Roland JD-800 Patch Memory Area=F0 41 10 3D 11 05 00 00 01 40 00 3A F7
  299.  
  300. ;; SoundCanvas Courtesy of David Hahn @DxD Music Team
  301. Roland SoundCanvas Complete=F0 41 10 42 11 48 00 00 00 1D 10 0B F7
  302. Roland SoundCanvas Effects/Common=F0 41 10 42 11 48 00 10 00 01 00 27 f7
  303. Roland SoundCanvas Part 01=F0 41 10 42 11 48 02 70 00 01 60 65 F7
  304. Roland SoundCanvas Part 02=F0 41 10 42 11 48 04 50 00 01 60 03 F7
  305. Roland SoundCanvas Part 03=F0 41 10 42 11 48 06 30 00 01 60 21 F7
  306. Roland SoundCanvas Part 04=F0 41 10 42 11 48 08 10 00 01 60 3F F7
  307. Roland SoundCanvas Part 05=F0 41 10 42 11 48 09 70 00 01 60 5E F7
  308. Roland SoundCanvas Part 06=F0 41 10 42 11 48 0B 50 00 01 60 7C F7
  309. Roland SoundCanvas Part 07=F0 41 10 42 11 48 0D 30 00 01 60 1A F7
  310. Roland SoundCanvas Part 08=F0 41 10 42 11 48 0F 10 00 01 60 38 F7
  311. Roland SoundCanvas Part 09=F0 41 10 42 11 48 10 70 00 01 60 57 F7
  312. Roland SoundCanvas Part 10=F0 41 10 42 11 48 01 10 00 01 60 46 F7
  313. Roland SoundCanvas Part 11=F0 41 10 42 11 48 12 50 00 01 60 75 F7
  314. Roland SoundCanvas Part 12=F0 41 10 42 11 48 14 30 00 01 60 13 F7
  315. Roland SoundCanvas Part 13=F0 41 10 42 11 48 16 10 00 01 60 31 F7
  316. Roland SoundCanvas Part 14=F0 41 10 42 11 48 17 70 00 01 60 50 F7
  317. Roland SoundCanvas Part 15=F0 41 10 42 11 48 19 50 00 01 60 6E F7
  318. Roland SoundCanvas Part 16=F0 41 10 42 11 48 1B 30 00 01 60 0C F7
  319.  
  320. ;;Courtesy of  Sergio Blostein
  321. Roland U-20 Setup (22 bytes)=F0 41 10 2B 11 00 00 00 00 00 0C 74 F7
  322. Roland U-20 Sound Patch (180 bytes)=F0 41 10 2B 11 00 06 00 00 01 20 59 F7
  323. Roland U-20 Timbre 1 (74 bytes)=F0 41 10 2B 11 00 10 00 00 00 40 30 F7
  324. Roland U-20 Timbre 2 (74 bytes)=F0 41 10 2B 11 00 11 00 00 00 40 2F F7
  325. Roland U-20 Timbre 3 (74 bytes)=F0 41 10 2B 11 00 12 00 00 00 40 2E F7
  326. Roland U-20 Timbre 4 (74 bytes)=F0 41 10 2B 11 00 13 00 00 00 40 2D F7
  327. Roland U-20 Timbre 5 (74 bytes)=F0 41 10 2B 11 00 14 00 00 00 40 2C F7
  328. Roland U-20 Timbre 6 (74 bytes)=F0 41 10 2B 11 00 15 00 00 00 40 2B F7
  329. Roland U-20 Rhythm Setup (1698 bytes)=F0 41 10 2B 11 00 20 00 00 0C 20 34 F7
  330. Roland U-20 / U-220 (11040 bytes)=F0 41 10 2B 11 03 00 00 00 50 00 2D F7
  331. Roland U-20 Rhy (6762 bytes)=F0 41 10 2B 11 05 00 00 00 31 00 4A F7
  332. Roland U-20 All Keyboard Patches (4416 bytes)=F0 41 10 2B 11 01 00 00 00 40 00 3F F7
  333. Roland U-20 All Timbres (8832 bytes)=F0 41 10 2B 11 02 00 00 01 00 00 7D F7
  334. Roland U-20 All Rhythm Setup (6762 bytes)=F0 41 10 2B 11 05 00 00 00 62 00 19 F7
  335. Roland U-20 All Sound Patches (11040 bytes)=F0 41 10 2B 11 03 00 00 01 20 00 5C F7
  336. Roland U-20 All Chord Set (1932 bytes)=F0 41 10 2B 11 06 00 00 00 1C 00 5E F7
  337. Roland U-20 All RAM Card (70656 if any)=F0 41 10 2B 11 08 00 00 04 00 00 74 F7
  338. Roland U-20 Keyboard Temporary (74 bytes)=F0 41 10 2B 11 00 01 00 00 00 40 3F F7
  339. Roland U-20 Chord 1 (244 bytes)=F0 41 10 2B 11 00 02 00 00 01 60 1D F7
  340. Roland U-20 Chord 2 (244 bytes)=F0 41 10 2B 11 00 04 00 00 01 60 1B F7
  341.  
  342. ;; Sequential Circuits
  343. Sequential Six-Trak 1 Patch...=F0 01 00 FE F7
  344. Sequential Max 1 Patch...=F0 01 00 FE F7
  345. Sequential Multi-Trak 1 Patch...=F0 01 00 FE F7
  346. Sequential Multi-Trak All Patches=F0 01 00 64 F7
  347.  
  348. ;;Courtesy of  Sergio Blostein
  349. Tascam 688=F0 4E 10 02 F7
  350.  
  351. ;; Yamaha FB-01
  352. Yamaha FB-01 Voice Bank...=F0 43 75 FD 20 00 FE F7
  353. Yamaha FB-01 Current Config...=F0 43 75 FD 20 01 00 F7
  354. Yamaha FB-01 Config #...=F0 43 75 FD 20 02 FE F7
  355. Yamaha FB-01 All Configs...=F0 43 75 FD 20 03 00 F7
  356. Yamaha FB-01 Instr. Voice...=F0 43 75 FD FC 28 FE 00 00 F7
  357.  
  358. ;; DX-100 Courtesy of Steve Quinlan
  359. Yamaha DX-100 Int Voice Bank Channel 2=F0 43 21 04 F7
  360. Yamaha DX-100 Single Voice Channel 2=F0 43 21 03 F7
  361.  
  362. ;;Courtesy of  Sergio Blostein
  363. Yamaha DX-2 32 Voices (Banks A+B)=F0 43 20 04 F7
  364. Yamaha DX-2 Single Voice (Buf.)=F0 43 20 03 F7
  365.  
  366. ;; DX7II Courtesy of Susan Gulick
  367. Yamaha DX-7 II Single Voice Data=F0 43 FC FD 20 09 F7
  368. Yamaha DX-7 II Performance Data=F0 43 FC FD 20 7E 4C 4D 20 20 38 39 37 33 50 4D F7
  369.  
  370. ;; DX-21 Courtesy of Christopher Moreno
  371. Yamaha DX-21 32 Voices (Banks A&B)=F0 43 20 04 F7
  372. Yamaha DX-21 Single Voice (Buffer)=F0 43 20 03 F7
  373.  
  374. ;;Courtesy of  Sergio Blostein
  375. Yamaha RX5 (32810 bytes in MIDI job 10)=F0 43 21 7E F7
  376.  
  377. ;;Courtesy of  Sergio Blostein
  378. Yamaha RX-11=F0 43 20 7E F7
  379. Yamaha TX802 PF=F0 43 20 7E 4C 4D 20 20 38 39 35 32 50 4D F7
  380.  
  381. ;; RY-30 Courtesy of Patrick Band and Henrique Lang
  382. Yamaha RY-30 All Data=F0 43 20 7E 4C 4D 20 20 30 30 31 37 20 20 F7
  383. Yamaha RY-30 1 Voice...=F0 43 20 7A 4C 4D 20 20 30 30 31 37 20 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FE 02 F7
  384. Yamaha RY-30 Sync Clock Internal=F0 43 10 30 00 00 00 00 00 F7
  385. Yamaha RY-30 Sync Clock Midi=F0 43 10 30 00 00 7F 00 00 F7
  386.  
  387. ;; SY-22
  388. Yamaha SY-22 Single Voice...=F0 43 FC 20 FD 7E 50 4B 20 20 32 32 30 33 41 45 F7
  389. Yamaha SY-22 All Voices, Multi-Play...=F0 43 FC 20 FD 7E 50 4B 20 20 32 32 30 33 56 45 F7
  390.  
  391. ;; SY-77 Courtesy of Jeffrey K. Morris and Sound Ideas Productions
  392. Yamaha SY-77 Bulk Protect Off=F0 43 10 34 0F 00 00 34 00 00 F7
  393. Yamaha SY-77 1 Voice...=F0 43 20 7A 4C 4D 20 20 38 31 30 31 56 43 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FE F7
  394. Yamaha SY-77 1 Multi...=F0 43 20 7A 4C 4D 20 20 38 31 30 31 4D 55 00 00 00 00 00        00 00 00 00 00 00 00 00 00 00 FE F7
  395. Yamaha SY-77 1 Pan...=F0 43 20 7A 4C 4D 20 20 38 31 30 31 50 4E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FE F7
  396. Yamaha SY-77 1 Micro Tuning...=F0 43 20 7A 4C 4D 20 20 38 31 30 31 4D 54 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FE F7
  397. Yamaha SY-77 System Setup=F0 43 20 7A 4C 4D 20 20 38 31 30 31 53 59 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F7
  398. Yamaha SY-77 Sequencer Setup=F0 43 20  7E 4C 4D 20 20 38 31 30 31 53 53 F7
  399.  
  400. ;; TG-33 Courtesy of Patrick Band and Henrique Lang
  401. Yamaha TG-33 1 Voice...=F0 43 21 7E 4C 4D 20 20 30 30 31 32 56 45 FE F7
  402. Yamaha TG-33 64 Voice=F0 43 21 7E 4C 4D 20 20 30 30 31 32 56 43 F7
  403. Yamaha TG-33 1 Multi=F0 43 21 7E 4C 4D 20 20 30 30 31 32 4D 45 F7
  404. Yamaha TG-33 16 Multi=F0 43 21 7E 4C 4D 20 20 30 30 31 32 4D 55 F7
  405. Yamaha TG-33 All Data=F0 43 21 7E 4C 4D 20 20 30 30 31 32 53 59 F7
  406.  
  407. ;; Yamaha TX7
  408. ;;Courtesy of  Sergio Blostein
  409. Yamaha TX7  1 Performance Bulk Data (102 bytes)...=F0 43 FC 20 FD 01 F7
  410. Yamaha TX7  1 Voice Bulk Data (163 bytes)...=F0 43 FC 20 FD 00 F7
  411. Yamaha TX7  Condition Acknowledge (24 bytes)...=F0 43 FC 20 FD 7D F7
  412. Yamaha TX7 32 Voice Bulk Data (4104 bytes)...=F0 43 FC 20 FD 09 F7
  413. Yamaha TX7 64 Performance Bulk Data (4104 bytes)...=F0 43 FC 20 FD 02 F7
  414. ;;
  415. ;;In the next DRM you can send a Sysex message to enter a value for
  416. ;;parameter setting without returns any byte.
  417. ;;
  418. Yamaha TX7  Algorithm selector Chan. 1 (0..31)...=F0 43 10 01 06 FE F7
  419. Yamaha TX7  Attenuation Channel 1 (0..7)...=F0 43 10 04 1A FE F7
  420. Yamaha TX7  Concert Pitch Selector Ch.1 (24 is C3)... = F0 43 10 01 10 FE F7
  421. Yamaha TX7  Master Tune Chan. 1 (48 is 440 Hz.)... =      F0 43 10 04 40 FE F7
  422. Yamaha TX7  Pitch Bend Range Channel 1 (0..12)...=F0 43 10 04 03 FE F7
  423. ;;
  424. ;;The next DRM sets a fixed value for a parameter without returns any byte.
  425. ;;
  426. Yamaha TX7 Memory Protect Off Channel 1=F0 43 10 11 07 00 F7
  427. Yamaha TX7 Tune 440 Channel 1=F0 43 10 04 40 40 F7
  428. Yamaha TX7 Tune 442 Channel 1=F0 43 10 04 40 47 F7
  429.  
  430. ;; Yamaha TX81Z
  431. ;;Courtesy of  Sergio Blostein
  432. Yamaha TX81Z 1 Performance (128 bytes) ...=F0 43 FC 20 FD 7E 4C 4D 20 20 38 39 37 36 50 45 F7
  433. Yamaha TX81Z 1 Voice (142) ...=F0 43 FC 20 FD 7E 4C 4D 20 20 38 39 37 36 41 45 F7
  434. Yamaha TX81Z 24 Performance (2450) ...=F0 43 FC 20 FD 7E 4C 4D 20 20 38 39 37 36 50 4D F7
  435. Yamaha TX81Z 32 Voice (4104) ...=F0 43 FC 20 FD 04 F7
  436. Yamaha TX81Z Effect Data (73) ...=F0 43 FC 20 FD 7E 4C 4D 20 20 38 39 37 36 53 32 F7
  437. Yamaha TX81Z Micro Tune Full Kbd (274) ...=F0 43 FC 20 FD 7E 4C 4D 20 20 4D 43 52 54 45 31 F7
  438. Yamaha TX81Z Micro Tune Octave (42) ...=F0 43 FC 20 FD 7E 4C 4D 20 20 4D 43 52 54 45 30 F7
  439. Yamaha TX81Z Program Change Table (274) ...=F0 43 FC 20 FD 7E 4C 4D 20 20 38 39 37 36 53 31 F7
  440. Yamaha TX81Z System Setup (45) ...=F0 43 FC 20 FD 7E 4C 4D 20 20 38 39 37 36 53 30 F7
  441. ;;
  442. ;;The next DRM sets a fixed value for a parameter without returning any byte.
  443. ;;
  444. Yamaha TX81Z Memory Protect Off ...=F0 43 FC 10 FD 10 7B 08 00 F7
  445. Yamaha TX81Z Tune 440 ...=F0 43 FC 10 FD 10 7B 00 40 F7
  446. Yamaha TX81Z Tune 442 ...=F0 43 FC 10 FD 10 7B 00 47 F7
  447.